.footer-wrapper{
    height: 30rem;
    background-image: url("/asset/images/common/foot_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    max-width:1920px;
    margin:0 auto;
    position: relative;
    padding: 6.25rem 0 8rem 0;
}
.footer-content{
    margin: 0 auto;
    max-width: 1400px;
    font-family: PingFang SC;
    /*padding: 6.25rem 0 5.55rem 0;*/
    color: #ffffff;

}
.footer-content .left-wrapper,.footer-content .right-wrapper{
    padding-left: 0;
    padding-right: 0;
}
.footer-content .right-wrapper{
    /*padding-left: 10rem;*/
}
.footer-content .left-wrapper .footer-title{
    margin-bottom: 5.5rem;
}
.footer-title{
    font-size: 0.8rem;
    font-weight: bold;
}
.footer-content .scan_code_wrapper{
    display: flex;
    justify-content: flex-start;
}
.footer-content .scan_code_wrapper>div.scan_code_item>img{
    width: 7.5rem;
}
.footer-content .scan_code_wrapper>div.scan_code_item:first-child{
    margin-right: 5.5rem;
}
.footer-content .scan_code_wrapper .scan_code_item>p{
    margin-top: 0.85rem;
    text-align: center;
    font-size: 0.8rem;
    width: 7.5rem;
}
.footer-content .right-wrapper .footer-title{
    margin-bottom: 3.25rem;
}
.footer-content .company-address-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.footer-content .company-address-item{
width: 50%;
}
.footer-content .company-address-item>p{
    font-size: 0.7rem;
    line-height: 1rem;
}
.footer-content .company-address-item>p:first-child{
    font-size: 0.8rem;
    margin-bottom: 0.85rem;

}
.footer-content .right-wrapper .company-address-item{
    margin-bottom: 3.45rem;
}
.container-fluid>div.footer-copyright{
    width: unset;
    display: flex;
    justify-content: space-between;
    font-size: 0.6rem;
    font-weight: bold;
    color: #999999;
    position: absolute;
    bottom: 1.75rem;
    left: 0;
    right: 0;
}
